home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWCommon / Include / FWCommon.h next >
Encoding:
C/C++ Source or Header  |  1994-04-21  |  628 b   |  35 lines  |  [TEXT/MPS ]

  1. #ifndef FWCOMMON_H
  2. #define FWCOMMON_H
  3. //========================================================================================
  4. //
  5. //    File:                FWCommon.h
  6. //    Release Version:    $ 1.0d1 $
  7. //
  8. //    Creation Date:        3/25/94
  9. //
  10. //    Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //========================================================================================
  13.  
  14. #ifndef FWMACWIN_H
  15. #include "FWMacWin.h"
  16. #endif
  17.  
  18. #ifndef FWMATH_H
  19. #include "FWMath.h"
  20. #endif
  21.  
  22. #ifndef FWPRIMEM_H
  23. #include "FWPriMem.h"
  24. #endif
  25.  
  26. #ifndef FWPRISTR_H
  27. #include "FWPriStr.h"
  28. #endif
  29.  
  30. #ifndef FWSTDDEF_H
  31. #include "FWStdDef.h"
  32. #endif
  33.  
  34. #endif
  35.